Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: rename UV/MVPolynomial to DenseUV/MVPolynomial #412

Merged
merged 1 commit into from
May 9, 2022

Conversation

huitseeker
Copy link
Contributor

@huitseeker huitseeker commented May 7, 2022

Fixes #170

  • Targeted PR against correct branch (master)
  • Linked to GitHub issue
  • Wrote unit tests (rename)
  • Updated relevant documentation in the code:
  • Added a relevant changelog entry to the Pending section in CHANGELOG.md
  • Re-reviewed Files changed in the GitHub PR explorer

@huitseeker huitseeker force-pushed the issues/170 branch 2 times, most recently from f12dd60 to d28bd9c Compare May 7, 2022 22:34
@Pratyush Pratyush merged commit 7b44bbd into arkworks-rs:master May 9, 2022
mmagician added a commit to mmagician/poly-commit that referenced this pull request Jun 30, 2022
weikengchen added a commit to arkworks-rs/poly-commit that referenced this pull request Aug 26, 2022
* Rename UVPolynomial to DenseUVPolynomial

needed due to arkworks-rs/algebra#412

* Fix formatting

* Fix `msm` usage after `ark-ec` breaking change

Use `<E::G{1,2}Projective as VariableBaseMSM>::msm_bigint` instead of `VariableBase::msm`

* Removed ToBytes implementations and replaced uses of the tobytes! macro.

* Update Cargo.toml

* Update src/ipa_pc/mod.rs

* Apply suggestions from code review

* apply fmt

* small change to ipa_pc open

Co-authored-by: Marcin Górny <[email protected]>
Co-authored-by: Weikeng Chen <[email protected]>
maramihali pushed a commit to cryptonetlab/poly-commit that referenced this pull request Dec 8, 2022
* Rename UVPolynomial to DenseUVPolynomial

needed due to arkworks-rs/algebra#412

* Fix formatting

* Fix `msm` usage after `ark-ec` breaking change

Use `<E::G{1,2}Projective as VariableBaseMSM>::msm_bigint` instead of `VariableBase::msm`

* Removed ToBytes implementations and replaced uses of the tobytes! macro.

* Update Cargo.toml

* Update src/ipa_pc/mod.rs

* Apply suggestions from code review

* apply fmt

* small change to ipa_pc open

Co-authored-by: Marcin Górny <[email protected]>
Co-authored-by: Weikeng Chen <[email protected]>
maramihali pushed a commit to cryptonetlab/poly-commit that referenced this pull request Dec 8, 2022
* Rename UVPolynomial to DenseUVPolynomial

needed due to arkworks-rs/algebra#412

* Fix formatting

* Fix `msm` usage after `ark-ec` breaking change

Use `<E::G{1,2}Projective as VariableBaseMSM>::msm_bigint` instead of `VariableBase::msm`

* Removed ToBytes implementations and replaced uses of the tobytes! macro.

* Update Cargo.toml

* Update src/ipa_pc/mod.rs

* Apply suggestions from code review

* apply fmt

* small change to ipa_pc open

Co-authored-by: Marcin Górny <[email protected]>
Co-authored-by: Weikeng Chen <[email protected]>
maramihali pushed a commit to cryptonetlab/poly-commit that referenced this pull request Dec 8, 2022
* Rename UVPolynomial to DenseUVPolynomial

needed due to arkworks-rs/algebra#412

* Fix formatting

* Fix `msm` usage after `ark-ec` breaking change

Use `<E::G{1,2}Projective as VariableBaseMSM>::msm_bigint` instead of `VariableBase::msm`

* Removed ToBytes implementations and replaced uses of the tobytes! macro.

* Update Cargo.toml

* Update src/ipa_pc/mod.rs

* Apply suggestions from code review

* apply fmt

* small change to ipa_pc open

Co-authored-by: Marcin Górny <[email protected]>
Co-authored-by: Weikeng Chen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename UV/MVPolynomial to DenseUV/MVPolynomial
2 participants